projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f4bd6
)
immodule: Disable deprecations before including deprecated header
author
Benjamin Otte
<otte@redhat.com>
Tue, 8 Nov 2011 13:48:14 +0000
(14:48 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 8 Nov 2011 20:14:05 +0000
(21:14 +0100)
gtk/gtkimmodule.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimmodule.c
b/gtk/gtkimmodule.c
index fc90c227da50727834891b42fd6547af02bf5d7f..cf1c4bb6242560612eef44a0568e6ae91c67e743 100644
(file)
--- a/
gtk/gtkimmodule.c
+++ b/
gtk/gtkimmodule.c
@@
-38,6
+38,12
@@
#include "gtkprivate.h"
#include "gtkintl.h"
+#undef GDK_DEPRECATED
+#undef GDK_DEPRECATED_FOR
+#define GDK_DEPRECATED
+#define GDK_DEPRECATED_FOR(f)
+#undef GTK_DISABLE_DEPRECATED
+
#include "deprecated/gtkrc.h"
#define SIMPLE_ID "gtk-im-context-simple"